home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’92 / PatchWorks Kit / <PatchWorks++> / ShowIconFamily.h < prev    next >
Text File  |  1992-03-07  |  141b  |  13 lines

  1. /*
  2.     ShowIconFamily.h
  3.  */
  4.  
  5. #pragma once
  6.  
  7. #include "QDGlobals.h"
  8.  
  9. void ShowIconFamily(short iconId);
  10. long InitQD(void);
  11.  
  12. extern QDGlobals _qd;
  13.